home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / children / egadraw.exe / STRUXFER.BAT < prev    next >
DOS Batch File  |  1990-06-17  |  807b  |  21 lines

  1. ECHO OFF
  2. CLS
  3. ECHO   ╔═══════════════════════════════════════════════════════════════════╗
  4. ECHO   ║ This BAT file will copy Strudle and its drawing files from the    ║
  5. ECHO   ║ distribution disk in the A drive to drive C and set up a STASH    ║
  6. ECHO   ║ directory.  Change the C:\'s to copy the files to another drive.  ║
  7. ECHO   ╚═══════════════════════════════════════════════════════════════════╝
  8. ECHO Press Ctrl-C to quit or
  9. PAUSE
  10. CLS
  11. ECHO     Copying STRUDLE Files
  12. ECHO ═════════════════════════════
  13. COPY A:\STRUDLE\STRUDLE.BAT C:\
  14. MKDIR C:\STRUDLE
  15. COPY A:\STRUDLE\*.* C:\STRUDLE
  16. MKDIR C:\STRUDLE\STASH
  17. COPY A:\STRUDLE\STASH\*.* C:\STRUDLE\STASH
  18. ATTRIB +R C:\STRUDLE\STASH\*.DWG
  19. ECHO   ════════════════════════════════════════════
  20. ECHO    Strudle and "color me" drawings are copied!
  21.